home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / make-3.69 / make.cp < prev    next >
Encoding:
Text File  |  1993-11-03  |  38.3 KB  |  689 lines

  1. \entry {POSIX}{1}{POSIX}
  2. \entry {IEEE Standard 1003.2}{1}{IEEE Standard 1003.2}
  3. \entry {standards conformance}{1}{standards conformance}
  4. \entry {reporting bugs}{2}{reporting bugs}
  5. \entry {bugs, reporting}{2}{bugs, reporting}
  6. \entry {problems and bugs, reporting}{2}{problems and bugs, reporting}
  7. \entry {makefile}{5}{makefile}
  8. \entry {recompilation}{5}{recompilation}
  9. \entry {editor}{5}{editor}
  10. \entry {rule, introduction to}{5}{rule, introduction to}
  11. \entry {makefile rule parts}{5}{makefile rule parts}
  12. \entry {parts of makefile rule}{5}{parts of makefile rule}
  13. \entry {targets, introduction to}{5}{targets, introduction to}
  14. \entry {dependencies, introduction to}{5}{dependencies, introduction to}
  15. \entry {commands, introduction to}{5}{commands, introduction to}
  16. \entry {tabs in rules}{5}{tabs in rules}
  17. \entry {simple makefile}{6}{simple makefile}
  18. \entry {makefile, simple}{6}{makefile, simple}
  19. \entry {continuation lines}{7}{continuation lines}
  20. \entry {{\tt\indexbackslash } (backslash), for continuation lines}{7}{\code {{\tt\indexbackslash }} (backslash), for continuation lines}
  21. \entry {backslash ({\tt\indexbackslash }), for continuation lines}{7}{backslash (\code {{\tt\indexbackslash }}), for continuation lines}
  22. \entry {quoting newline, in makefile}{7}{quoting newline, in makefile}
  23. \entry {newline, quoting, in makefile}{7}{newline, quoting, in makefile}
  24. \entry {shell command}{8}{shell command}
  25. \entry {clean target}{8}{\code {clean} target}
  26. \entry {rm (shell command)}{8}{\code {rm} (shell command)}
  27. \entry {processing a makefile}{8}{processing a makefile}
  28. \entry {makefile, how make processes}{8}{makefile, how \code {make} processes}
  29. \entry {default goal}{8}{default goal}
  30. \entry {goal, default}{8}{goal, default}
  31. \entry {goal}{8}{goal}
  32. \entry {relinking}{9}{relinking}
  33. \entry {variables}{9}{variables}
  34. \entry {simplifying with variables}{9}{simplifying with variables}
  35. \entry {objects}{9}{\code {objects}}
  36. \entry {OBJECTS}{9}{\code {OBJECTS}}
  37. \entry {objs}{9}{\code {objs}}
  38. \entry {OBJS}{9}{\code {OBJS}}
  39. \entry {obj}{9}{\code {obj}}
  40. \entry {OBJ}{9}{\code {OBJ}}
  41. \entry {deducing commands (implicit rules)}{10}{deducing commands (implicit rules)}
  42. \entry {implicit rule, introduction to}{10}{implicit rule, introduction to}
  43. \entry {rule, implicit, introduction to}{10}{rule, implicit, introduction to}
  44. \entry {combining rules by dependency}{12}{combining rules by dependency}
  45. \entry {cleaning up}{12}{cleaning up}
  46. \entry {removing, to clean up}{12}{removing, to clean up}
  47. \entry {clean target}{12}{\code {clean} target}
  48. \entry {makefile, how to write}{15}{makefile, how to write}
  49. \entry {rule, explicit, definition of}{15}{rule, explicit, definition of}
  50. \entry {explicit rule, definition of}{15}{explicit rule, definition of}
  51. \entry {rule, implicit, definition of}{15}{rule, implicit, definition of}
  52. \entry {implicit rule, definition of}{15}{implicit rule, definition of}
  53. \entry {variable definition}{15}{variable definition}
  54. \entry {directive}{15}{directive}
  55. \entry {comments, in makefile}{15}{comments, in makefile}
  56. \entry {# (comments), in makefile}{15}{\code {#} (comments), in makefile}
  57. \entry {makefile name}{16}{makefile name}
  58. \entry {name of makefile}{16}{name of makefile}
  59. \entry {default makefile name}{16}{default makefile name}
  60. \entry {file name of makefile}{16}{file name of makefile}
  61. \entry {README}{16}{\code {README}}
  62. \entry {-f}{16}{\code {-f}}
  63. \entry {--file}{16}{\code {--file}}
  64. \entry {--makefile}{16}{\code {--makefile}}
  65. \entry {specifying makefile name}{16}{specifying makefile name}
  66. \entry {makefile name, how to specify}{16}{makefile name, how to specify}
  67. \entry {name of makefile, how to specify}{16}{name of makefile, how to specify}
  68. \entry {file name of makefile, how to specify}{16}{file name of makefile, how to specify}
  69. \entry {including other makefiles}{16}{including other makefiles}
  70. \entry {makefile, including}{16}{makefile, including}
  71. \entry {shell file name pattern (in include)}{16}{shell file name pattern (in \code {include})}
  72. \entry {shell wildcards (in include)}{16}{shell wildcards (in \code {include})}
  73. \entry {wildcard, in include}{16}{wildcard, in \code {include}}
  74. \entry {dependencies, automatic generation}{17}{dependencies, automatic generation}
  75. \entry {automatic generation of dependencies}{17}{automatic generation of dependencies}
  76. \entry {generating dependencies automatically}{17}{generating dependencies automatically}
  77. \entry {-I}{17}{\code {-I}}
  78. \entry {--include-dir}{17}{\code {--include-dir}}
  79. \entry {makefile, and MAKEFILES variable}{18}{makefile, and \code {MAKEFILES} variable}
  80. \entry {including (MAKEFILES variable)}{18}{including (\code {MAKEFILES} variable)}
  81. \entry {recursion, and MAKEFILES variable}{18}{recursion, and \code {MAKEFILES} variable}
  82. \entry {updating makefiles}{18}{updating makefiles}
  83. \entry {remaking makefiles}{18}{remaking makefiles}
  84. \entry {makefile, remaking of}{18}{makefile, remaking of}
  85. \entry {overriding makefiles}{20}{overriding makefiles}
  86. \entry {makefile, overriding}{20}{makefile, overriding}
  87. \entry {.DEFAULT, used to override}{20}{\code {.DEFAULT}, used to override}
  88. \entry {writing rules}{21}{writing rules}
  89. \entry {rule, how to write}{21}{rule, how to write}
  90. \entry {target}{21}{target}
  91. \entry {dependency}{21}{dependency}
  92. \entry {default goal}{21}{default goal}
  93. \entry {goal, default}{21}{goal, default}
  94. \entry {rule syntax}{21}{rule syntax}
  95. \entry {syntax of rules}{21}{syntax of rules}
  96. \entry {targets}{21}{targets}
  97. \entry {rule targets}{21}{rule targets}
  98. \entry {commands}{21}{commands}
  99. \entry {tab character (in commands)}{21}{tab character (in commands)}
  100. \entry {dollar sign ($), in rules}{22}{dollar sign (\code {$}), in rules}
  101. \entry {$, in rules}{22}{\code {$}, in rules}
  102. \entry {rule, and $}{22}{rule, and \code {$}}
  103. \entry {dependencies}{22}{dependencies}
  104. \entry {rule dependencies}{22}{rule dependencies}
  105. \entry {wildcard}{22}{wildcard}
  106. \entry {file name with wildcards}{22}{file name with wildcards}
  107. \entry {globbing (wildcards)}{22}{globbing (wildcards)}
  108. \entry {* (wildcard character)}{22}{\code {*} (wildcard character)}
  109. \entry {? (wildcard character)}{22}{\code {?} (wildcard character)}
  110. \entry {[...{}] (wildcard characters)}{22}{\code {[\dots {}]} (wildcard characters)}
  111. \entry {{\tt\char'176} (tilde)}{22}{\code {{\tt\char'176}} (tilde)}
  112. \entry {tilde ({\tt\char'176})}{22}{tilde (\code {{\tt\char'176}})}
  113. \entry {home directory}{22}{home directory}
  114. \entry {rm (shell command)}{23}{\code {rm} (shell command)}
  115. \entry {print target}{23}{\code {print} target}
  116. \entry {lpr (shell command)}{23}{\code {lpr} (shell command)}
  117. \entry {touch (shell command)}{23}{\code {touch} (shell command)}
  118. \entry {wildcard pitfalls}{24}{wildcard pitfalls}
  119. \entry {pitfalls of wildcards}{24}{pitfalls of wildcards}
  120. \entry {mistakes with wildcards}{24}{mistakes with wildcards}
  121. \entry {errors with wildcards}{24}{errors with wildcards}
  122. \entry {problems with wildcards}{24}{problems with wildcards}
  123. \entry {vpath}{25}{vpath}
  124. \entry {search path for dependencies (VPATH)}{25}{search path for dependencies (\code {VPATH})}
  125. \entry {directory search (VPATH)}{25}{directory search (\code {VPATH})}
  126. \entry {%, quoting in vpath}{27}{\code {%}, quoting in \code {vpath}}
  127. \entry {%, quoting with {\tt\indexbackslash } (backslash)}{27}{\code {%}, quoting with \code {{\tt\indexbackslash }} (backslash)}
  128. \entry {{\tt\indexbackslash } (backslash), to quote %}{27}{\code {{\tt\indexbackslash }} (backslash), to quote \code {%}}
  129. \entry {backslash ({\tt\indexbackslash }), to quote %}{27}{backslash (\code {{\tt\indexbackslash }}), to quote \code {%}}
  130. \entry {quoting %, in vpath}{27}{quoting \code {%}, in \code {vpath}}
  131. \entry {shell command, and directory search}{28}{shell command, and directory search}
  132. \entry {directory search (VPATH), and shell commands}{28}{directory search (\code {VPATH}), and shell commands}
  133. \entry {VPATH, and implicit rules}{28}{\code {VPATH}, and implicit rules}
  134. \entry {directory search (VPATH), and implicit rules}{28}{directory search (\code {VPATH}), and implicit rules}
  135. \entry {search path for dependencies (VPATH), and implicit rules}{28}{search path for dependencies (\code {VPATH}), and implicit rules}
  136. \entry {implicit rule, and directory search}{28}{implicit rule, and directory search}
  137. \entry {implicit rule, and VPATH}{28}{implicit rule, and \code {VPATH}}
  138. \entry {rule, implicit, and directory search}{28}{rule, implicit, and directory search}
  139. \entry {rule, implicit, and VPATH}{28}{rule, implicit, and \code {VPATH}}
  140. \entry {link libraries, and directory search}{29}{link libraries, and directory search}
  141. \entry {libraries for linking, directory search}{29}{libraries for linking, directory search}
  142. \entry {directory search (VPATH), and link libraries}{29}{directory search (\code {VPATH}), and link libraries}
  143. \entry {VPATH, and link libraries}{29}{\code {VPATH}, and link libraries}
  144. \entry {search path for dependencies (VPATH), and link libraries}{29}{search path for dependencies (\code {VPATH}), and link libraries}
  145. \entry {-l (library search)}{29}{\code {-l} (library search)}
  146. \entry {phony targets}{29}{phony targets}
  147. \entry {targets, phony}{29}{targets, phony}
  148. \entry {targets without a file}{29}{targets without a file}
  149. \entry {rm (shell command)}{30}{\code {rm} (shell command)}
  150. \entry {force targets}{31}{force targets}
  151. \entry {targets, force}{31}{targets, force}
  152. \entry {FORCE}{31}{\code {FORCE}}
  153. \entry {rule, no commands or dependencies}{31}{rule, no commands or dependencies}
  154. \entry {empty targets}{32}{empty targets}
  155. \entry {targets, empty}{32}{targets, empty}
  156. \entry {recording events with empty targets}{32}{recording events with empty targets}
  157. \entry {print target}{32}{\code {print} target}
  158. \entry {lpr (shell command)}{32}{\code {lpr} (shell command)}
  159. \entry {touch (shell command)}{32}{\code {touch} (shell command)}
  160. \entry {special targets}{32}{special targets}
  161. \entry {built-in special targets}{32}{built-in special targets}
  162. \entry {targets, built-in special}{32}{targets, built-in special}
  163. \entry {precious targets}{33}{precious targets}
  164. \entry {preserving with .PRECIOUS}{33}{preserving with \code {.PRECIOUS}}
  165. \entry {multiple targets}{34}{multiple targets}
  166. \entry {several targets in a rule}{34}{several targets in a rule}
  167. \entry {targets, multiple}{34}{targets, multiple}
  168. \entry {rule, with multiple targets}{34}{rule, with multiple targets}
  169. \entry {multiple rules for one target}{35}{multiple rules for one target}
  170. \entry {several rules for one target}{35}{several rules for one target}
  171. \entry {rule, multiple for one target}{35}{rule, multiple for one target}
  172. \entry {target, multiple rules for one}{35}{target, multiple rules for one}
  173. \entry {static pattern rule}{36}{static pattern rule}
  174. \entry {rule, static pattern}{36}{rule, static pattern}
  175. \entry {pattern rules, static (not implicit)}{36}{pattern rules, static (not implicit)}
  176. \entry {varying dependencies}{36}{varying dependencies}
  177. \entry {dependencies, varying (static pattern)}{36}{dependencies, varying (static pattern)}
  178. \entry {static pattern rule, syntax of}{36}{static pattern rule, syntax of}
  179. \entry {pattern rules, static, syntax of}{36}{pattern rules, static, syntax of}
  180. \entry {target pattern, static (not implicit)}{36}{target pattern, static (not implicit)}
  181. \entry {stem}{36}{stem}
  182. \entry {dependency pattern, static (not implicit)}{36}{dependency pattern, static (not implicit)}
  183. \entry {%, quoting in static pattern}{37}{\code {%}, quoting in static pattern}
  184. \entry {%, quoting with {\tt\indexbackslash } (backslash)}{37}{\code {%}, quoting with \code {{\tt\indexbackslash }} (backslash)}
  185. \entry {{\tt\indexbackslash } (backslash), to quote %}{37}{\code {{\tt\indexbackslash }} (backslash), to quote \code {%}}
  186. \entry {backslash ({\tt\indexbackslash }), to quote %}{37}{backslash (\code {{\tt\indexbackslash }}), to quote \code {%}}
  187. \entry {quoting %, in static pattern}{37}{quoting \code {%}, in static pattern}
  188. \entry {rule, static pattern versus implicit}{38}{rule, static pattern versus implicit}
  189. \entry {static pattern rule, versus implicit}{38}{static pattern rule, versus implicit}
  190. \entry {double-colon rules}{38}{double-colon rules}
  191. \entry {rule, double-colon (::)}{38}{rule, double-colon (\code {::})}
  192. \entry {multiple rules for one target (::)}{38}{multiple rules for one target (\code {::})}
  193. \entry {:: rules (double-colon)}{38}{\code {::} rules (double-colon)}
  194. \entry {dependencies, automatic generation}{39}{dependencies, automatic generation}
  195. \entry {automatic generation of dependencies}{39}{automatic generation of dependencies}
  196. \entry {generating dependencies automatically}{39}{generating dependencies automatically}
  197. \entry {#include}{39}{\code {#include}}
  198. \entry {-M (to compiler)}{39}{\code {-M} (to compiler)}
  199. \entry {make depend}{40}{\code {make depend}}
  200. \entry {-e (shell flag)}{40}{\code {-e} (shell flag)}
  201. \entry {sed (shell command)}{40}{\code {sed} (shell command)}
  202. \entry {.d}{41}{\code {.d}}
  203. \entry {commands, how to write}{43}{commands, how to write}
  204. \entry {rule commands}{43}{rule commands}
  205. \entry {writing rule commands}{43}{writing rule commands}
  206. \entry {comments, in commands}{43}{comments, in commands}
  207. \entry {commands, comments in}{43}{commands, comments in}
  208. \entry {# (comments), in commands}{43}{\code {#} (comments), in commands}
  209. \entry {echoing of commands}{43}{echoing of commands}
  210. \entry {silent operation}{43}{silent operation}
  211. \entry {{\tt\char'100} (in commands)}{43}{\code {{\tt\char'100}} (in commands)}
  212. \entry {commands, echoing}{43}{commands, echoing}
  213. \entry {printing of commands}{43}{printing of commands}
  214. \entry {-n}{43}{\code {-n}}
  215. \entry {--just-print}{43}{\code {--just-print}}
  216. \entry {--dry-run}{43}{\code {--dry-run}}
  217. \entry {--recon}{43}{\code {--recon}}
  218. \entry {-s}{43}{\code {-s}}
  219. \entry {--silent}{43}{\code {--silent}}
  220. \entry {--quiet}{43}{\code {--quiet}}
  221. \entry {commands, execution}{44}{commands, execution}
  222. \entry {execution, of commands}{44}{execution, of commands}
  223. \entry {shell command, execution}{44}{shell command, execution}
  224. \entry {cd (shell command)}{44}{\code {cd} (shell command)}
  225. \entry {commands, backslash ({\tt\indexbackslash }) in}{44}{commands, backslash (\code {{\tt\indexbackslash }}) in}
  226. \entry {commands, quoting newlines in}{44}{commands, quoting newlines in}
  227. \entry {backslash ({\tt\indexbackslash }), in commands}{44}{backslash (\code {{\tt\indexbackslash }}), in commands}
  228. \entry {{\tt\indexbackslash } (backslash), in commands}{44}{\code {{\tt\indexbackslash }} (backslash), in commands}
  229. \entry {quoting newline, in commands}{44}{quoting newline, in commands}
  230. \entry {newline, quoting, in commands}{44}{newline, quoting, in commands}
  231. \entry {environment, SHELL in}{44}{environment, \code {SHELL} in}
  232. \entry {commands, execution in parallel}{44}{commands, execution in parallel}
  233. \entry {parallel execution}{44}{parallel execution}
  234. \entry {execution, in parallel}{44}{execution, in parallel}
  235. \entry {job slots}{44}{job slots}
  236. \entry {-j}{44}{\code {-j}}
  237. \entry {--jobs}{44}{\code {--jobs}}
  238. \entry {broken pipe}{45}{broken pipe}
  239. \entry {standard input}{45}{standard input}
  240. \entry {load average}{45}{load average}
  241. \entry {limiting jobs based on load}{45}{limiting jobs based on load}
  242. \entry {jobs, limiting based on load}{45}{jobs, limiting based on load}
  243. \entry {-l (load average)}{45}{\code {-l} (load average)}
  244. \entry {--max-load}{45}{\code {--max-load}}
  245. \entry {--load-average}{45}{\code {--load-average}}
  246. \entry {errors (in commands)}{46}{errors (in commands)}
  247. \entry {commands, errors in}{46}{commands, errors in}
  248. \entry {exit status (errors)}{46}{exit status (errors)}
  249. \entry {- (in commands)}{46}{\code {-} (in commands)}
  250. \entry {rm (shell command)}{46}{\code {rm} (shell command)}
  251. \entry {-i}{46}{\code {-i}}
  252. \entry {--ignore-errors}{46}{\code {--ignore-errors}}
  253. \entry {-k}{47}{\code {-k}}
  254. \entry {--keep-going}{47}{\code {--keep-going}}
  255. \entry {Emacs (M-x compile)}{47}{Emacs (\code {M-x compile})}
  256. \entry {interrupt}{47}{interrupt}
  257. \entry {signal}{47}{signal}
  258. \entry {deletion of target files}{47}{deletion of target files}
  259. \entry {target, deleting on interrupt}{47}{target, deleting on interrupt}
  260. \entry {killing (interruption)}{47}{killing (interruption)}
  261. \entry {recursion}{48}{recursion}
  262. \entry {subdirectories, recursion for}{48}{subdirectories, recursion for}
  263. \entry {-C}{48}{\code {-C}}
  264. \entry {--directory}{48}{\code {--directory}}
  265. \entry {recursion, and MAKE variable}{48}{recursion, and \code {MAKE} variable}
  266. \entry {cd (shell command)}{48}{\code {cd} (shell command)}
  267. \entry {-t, and recursion}{49}{\code {-t}, and recursion}
  268. \entry {recursion, and -t}{49}{recursion, and \code {-t}}
  269. \entry {--touch, and recursion}{49}{\code {--touch}, and recursion}
  270. \entry {sub-make}{49}{sub-\code {make}}
  271. \entry {environment, and recursion}{49}{environment, and recursion}
  272. \entry {exporting variables}{49}{exporting variables}
  273. \entry {variables, environment}{49}{variables, environment}
  274. \entry {variables, exporting}{49}{variables, exporting}
  275. \entry {recursion, and environment}{49}{recursion, and environment}
  276. \entry {recursion, and variables}{49}{recursion, and variables}
  277. \entry {compatibility in exporting}{51}{compatibility in exporting}
  278. \entry {recursion, level of}{51}{recursion, level of}
  279. \entry {options, and recursion}{52}{options, and recursion}
  280. \entry {recursion, and options}{52}{recursion, and options}
  281. \entry {-C, and recursion}{52}{\code {-C}, and recursion}
  282. \entry {-f, and recursion}{52}{\code {-f}, and recursion}
  283. \entry {-I, and recursion}{52}{\code {-I}, and recursion}
  284. \entry {-o, and recursion}{52}{\code {-o}, and recursion}
  285. \entry {-W, and recursion}{52}{\code {-W}, and recursion}
  286. \entry {--directory, and recursion}{52}{\code {--directory}, and recursion}
  287. \entry {--file, and recursion}{52}{\code {--file}, and recursion}
  288. \entry {--include-dir, and recursion}{52}{\code {--include-dir}, and recursion}
  289. \entry {--old-file, and recursion}{52}{\code {--old-file}, and recursion}
  290. \entry {--assume-old, and recursion}{52}{\code {--assume-old}, and recursion}
  291. \entry {--assume-new, and recursion}{52}{\code {--assume-new}, and recursion}
  292. \entry {--new-file, and recursion}{52}{\code {--new-file}, and recursion}
  293. \entry {recursion, and -C}{52}{recursion, and \code {-C}}
  294. \entry {recursion, and -f}{52}{recursion, and \code {-f}}
  295. \entry {recursion, and -I}{52}{recursion, and \code {-I}}
  296. \entry {recursion, and -o}{52}{recursion, and \code {-o}}
  297. \entry {recursion, and -W}{52}{recursion, and \code {-W}}
  298. \entry {-j, and recursion}{52}{\code {-j}, and recursion}
  299. \entry {--jobs, and recursion}{52}{\code {--jobs}, and recursion}
  300. \entry {recursion, and -j}{52}{recursion, and \code {-j}}
  301. \entry {job slots, and recursion}{52}{job slots, and recursion}
  302. \entry {setting options from environment}{53}{setting options from environment}
  303. \entry {options, setting from environment}{53}{options, setting from environment}
  304. \entry {setting options in makefiles}{53}{setting options in makefiles}
  305. \entry {options, setting in makefiles}{53}{options, setting in makefiles}
  306. \entry {directories, printing them}{53}{directories, printing them}
  307. \entry {printing directories}{53}{printing directories}
  308. \entry {recursion, and printing directories}{53}{recursion, and printing directories}
  309. \entry {-C, and -w}{54}{\code {-C}, and \code {-w}}
  310. \entry {--directory, and --print-directory}{54}{\code {--directory}, and \code {--print-directory}}
  311. \entry {recursion, and -w}{54}{recursion, and \code {-w}}
  312. \entry {-w, and -C}{54}{\code {-w}, and \code {-C}}
  313. \entry {-w, and recursion}{54}{\code {-w}, and recursion}
  314. \entry {--print-directory, and --directory}{54}{\code {--print-directory}, and \code {--directory}}
  315. \entry {--print-directory, and recursion}{54}{\code {--print-directory}, and recursion}
  316. \entry {--no-print-directory}{54}{\code {--no-print-directory}}
  317. \entry {--print-directory, disabling}{54}{\code {--print-directory}, disabling}
  318. \entry {-w, disabling}{54}{\code {-w}, disabling}
  319. \entry {sequences of commands}{54}{sequences of commands}
  320. \entry {commands, sequences of}{54}{commands, sequences of}
  321. \entry {yacc}{54}{\code {yacc}}
  322. \entry {{\tt\char'100}, and define}{55}{{\tt\char'100}, and \code {define}}
  323. \entry {-, and define}{55}{-, and \code {define}}
  324. \entry {{\tt\char43}, and define}{55}{{\tt\char43}, and \code {define}}
  325. \entry {empty commands}{56}{empty commands}
  326. \entry {commands, empty}{56}{commands, empty}
  327. \entry {variable}{57}{variable}
  328. \entry {value}{57}{value}
  329. \entry {recursive variable expansion}{57}{recursive variable expansion}
  330. \entry {simple variable expansion}{57}{simple variable expansion}
  331. \entry {macro}{57}{macro}
  332. \entry {variables, how to reference}{57}{variables, how to reference}
  333. \entry {reference to variables}{57}{reference to variables}
  334. \entry {$, in variable reference}{57}{\code {$}, in variable reference}
  335. \entry {dollar sign ($), in variable reference}{57}{dollar sign (\code {$}), in variable reference}
  336. \entry {flavors of variables}{58}{flavors of variables}
  337. \entry {recursive variable expansion}{58}{recursive variable expansion}
  338. \entry {variables, flavors}{58}{variables, flavors}
  339. \entry {recursively expanded variables}{58}{recursively expanded variables}
  340. \entry {variables, recursively expanded}{58}{variables, recursively expanded}
  341. \entry {=}{58}{=}
  342. \entry {loops in variable expansion}{59}{loops in variable expansion}
  343. \entry {variables, loops in expansion}{59}{variables, loops in expansion}
  344. \entry {simply expanded variables}{59}{simply expanded variables}
  345. \entry {variables, simply expanded}{59}{variables, simply expanded}
  346. \entry {:=}{59}{:=}
  347. \entry {spaces, in variable values}{60}{spaces, in variable values}
  348. \entry {variables, spaces in values}{60}{variables, spaces in values}
  349. \entry {reference to variables}{61}{reference to variables}
  350. \entry {modified variable reference}{61}{modified variable reference}
  351. \entry {substitution variable reference}{61}{substitution variable reference}
  352. \entry {variables, modified reference}{61}{variables, modified reference}
  353. \entry {variables, substitution reference}{61}{variables, substitution reference}
  354. \entry {variables, substituting suffix in}{61}{variables, substituting suffix in}
  355. \entry {suffix, substituting in variables}{61}{suffix, substituting in variables}
  356. \entry {nested variable reference}{62}{nested variable reference}
  357. \entry {computed variable name}{62}{computed variable name}
  358. \entry {variables, computed names}{62}{variables, computed names}
  359. \entry {variables, nested references}{62}{variables, nested references}
  360. \entry {variables, $ in name}{62}{variables, \samp {$} in name}
  361. \entry {$, in variable name}{62}{\code {$}, in variable name}
  362. \entry {dollar sign ($), in variable name}{62}{dollar sign (\code {$}), in variable name}
  363. \entry {variables, how they get their values}{65}{variables, how they get their values}
  364. \entry {value, how a variable gets it}{65}{value, how a variable gets it}
  365. \entry {setting variables}{65}{setting variables}
  366. \entry {variables, setting}{65}{variables, setting}
  367. \entry {=}{65}{=}
  368. \entry {:=}{65}{:=}
  369. \entry {{\tt\char43}=}{66}{{\tt\char43}=}
  370. \entry {appending to variables}{66}{appending to variables}
  371. \entry {variables, appending to}{66}{variables, appending to}
  372. \entry {overriding with override}{68}{overriding with \code {override}}
  373. \entry {variables, overriding}{68}{variables, overriding}
  374. \entry {verbatim variable definition}{69}{verbatim variable definition}
  375. \entry {defining variables verbatim}{69}{defining variables verbatim}
  376. \entry {variables, defining verbatim}{69}{variables, defining verbatim}
  377. \entry {variables, environment}{70}{variables, environment}
  378. \entry {environment}{70}{environment}
  379. \entry {conditionals}{71}{conditionals}
  380. \entry {functions}{77}{functions}
  381. \entry {$, in function call}{77}{\code {$}, in function call}
  382. \entry {dollar sign ($), in function call}{77}{dollar sign (\code {$}), in function call}
  383. \entry {arguments of functions}{77}{arguments of functions}
  384. \entry {functions, syntax of}{77}{functions, syntax of}
  385. \entry {functions, for text}{78}{functions, for text}
  386. \entry {%, quoting in patsubst}{78}{\code {%}, quoting in \code {patsubst}}
  387. \entry {%, quoting with {\tt\indexbackslash } (backslash)}{78}{\code {%}, quoting with \code {{\tt\indexbackslash }} (backslash)}
  388. \entry {{\tt\indexbackslash } (backslash), to quote %}{78}{\code {{\tt\indexbackslash }} (backslash), to quote \code {%}}
  389. \entry {backslash ({\tt\indexbackslash }), to quote %}{78}{backslash (\code {{\tt\indexbackslash }}), to quote \code {%}}
  390. \entry {quoting %, in patsubst}{78}{quoting \code {%}, in \code {patsubst}}
  391. \entry {stripping whitespace}{79}{stripping whitespace}
  392. \entry {whitespace, stripping}{79}{whitespace, stripping}
  393. \entry {spaces, stripping}{79}{spaces, stripping}
  394. \entry {searching for strings}{79}{searching for strings}
  395. \entry {finding strings}{79}{finding strings}
  396. \entry {strings, searching for}{79}{strings, searching for}
  397. \entry {filtering words}{80}{filtering words}
  398. \entry {words, filtering}{80}{words, filtering}
  399. \entry {filtering out words}{80}{filtering out words}
  400. \entry {words, filtering out}{80}{words, filtering out}
  401. \entry {sorting words}{80}{sorting words}
  402. \entry {removing duplicate words}{80}{removing duplicate words}
  403. \entry {duplicate words, removing}{80}{duplicate words, removing}
  404. \entry {words, removing duplicates}{80}{words, removing duplicates}
  405. \entry {functions, for file names}{81}{functions, for file names}
  406. \entry {file name functions}{81}{file name functions}
  407. \entry {directory part}{81}{directory part}
  408. \entry {file name, directory part}{81}{file name, directory part}
  409. \entry {file name, nondirectory part}{81}{file name, nondirectory part}
  410. \entry {nondirectory part}{81}{nondirectory part}
  411. \entry {suffix, function to find}{82}{suffix, function to find}
  412. \entry {file name suffix}{82}{file name suffix}
  413. \entry {basename}{82}{basename}
  414. \entry {file name, basename of}{82}{file name, basename of}
  415. \entry {suffix, adding}{82}{suffix, adding}
  416. \entry {file name suffix, adding}{82}{file name suffix, adding}
  417. \entry {prefix, adding}{82}{prefix, adding}
  418. \entry {file name prefix, adding}{82}{file name prefix, adding}
  419. \entry {joining lists of words}{82}{joining lists of words}
  420. \entry {words, joining lists}{82}{words, joining lists}
  421. \entry {words, selecting}{83}{words, selecting}
  422. \entry {selecting words}{83}{selecting words}
  423. \entry {words, finding number}{83}{words, finding number}
  424. \entry {words, extracting first}{83}{words, extracting first}
  425. \entry {wildcard, function}{83}{wildcard, function}
  426. \entry {words, iterating over}{83}{words, iterating over}
  427. \entry {variables, origin of}{85}{variables, origin of}
  428. \entry {origin of variable}{85}{origin of variable}
  429. \entry {commands, expansion}{87}{commands, expansion}
  430. \entry {backquotes}{87}{backquotes}
  431. \entry {shell command, function for}{87}{shell command, function for}
  432. \entry {--file}{89}{\code {--file}}
  433. \entry {--makefile}{89}{\code {--makefile}}
  434. \entry {-f}{89}{\code {-f}}
  435. \entry {goal, how to specify}{89}{goal, how to specify}
  436. \entry {all (standard target)}{90}{\code {all} \r {(standard target)}}
  437. \entry {clean (standard target)}{90}{\code {clean} \r {(standard target)}}
  438. \entry {mostlyclean (standard target)}{90}{\code {mostlyclean} \r {(standard target)}}
  439. \entry {distclean (standard target)}{90}{\code {distclean} \r {(standard target)}}
  440. \entry {realclean (standard target)}{90}{\code {realclean} \r {(standard target)}}
  441. \entry {clobber (standard target)}{90}{\code {clobber} \r {(standard target)}}
  442. \entry {install (standard target)}{91}{\code {install} \r {(standard target)}}
  443. \entry {print (standard target)}{91}{\code {print} \r {(standard target)}}
  444. \entry {tar (standard target)}{91}{\code {tar} \r {(standard target)}}
  445. \entry {shar (standard target)}{91}{\code {shar} \r {(standard target)}}
  446. \entry {dist (standard target)}{91}{\code {dist} \r {(standard target)}}
  447. \entry {TAGS (standard target)}{91}{\code {TAGS} \r {(standard target)}}
  448. \entry {check (standard target)}{91}{\code {check} \r {(standard target)}}
  449. \entry {test (standard target)}{91}{\code {test} \r {(standard target)}}
  450. \entry {execution, instead of}{91}{execution, instead of}
  451. \entry {commands, instead of executing}{91}{commands, instead of executing}
  452. \entry {--just-print}{91}{\code {--just-print}}
  453. \entry {--dry-run}{91}{\code {--dry-run}}
  454. \entry {--recon}{91}{\code {--recon}}
  455. \entry {-n}{91}{\code {-n}}
  456. \entry {--touch}{91}{\code {--touch}}
  457. \entry {touching files}{91}{touching files}
  458. \entry {target, touching}{91}{target, touching}
  459. \entry {-t}{91}{\code {-t}}
  460. \entry {--question}{91}{\code {--question}}
  461. \entry {-q}{91}{\code {-q}}
  462. \entry {question mode}{91}{question mode}
  463. \entry {--what-if}{92}{\code {--what-if}}
  464. \entry {-W}{92}{\code {-W}}
  465. \entry {--assume-new}{92}{\code {--assume-new}}
  466. \entry {--new-file}{92}{\code {--new-file}}
  467. \entry {what if}{92}{what if}
  468. \entry {files, assuming new}{92}{files, assuming new}
  469. \entry {-o}{93}{\code {-o}}
  470. \entry {--old-file}{93}{\code {--old-file}}
  471. \entry {--assume-old}{93}{\code {--assume-old}}
  472. \entry {files, assuming old}{93}{files, assuming old}
  473. \entry {files, avoiding recompilation of}{93}{files, avoiding recompilation of}
  474. \entry {recompilation, avoiding}{93}{recompilation, avoiding}
  475. \entry {overriding variables with arguments}{93}{overriding variables with arguments}
  476. \entry {variables, overriding with arguments}{93}{variables, overriding with arguments}
  477. \entry {command line variables}{93}{command line variables}
  478. \entry {variables, command line}{93}{variables, command line}
  479. \entry {testing compilation}{94}{testing compilation}
  480. \entry {compilation, testing}{94}{compilation, testing}
  481. \entry {-k}{94}{\code {-k}}
  482. \entry {--keep-going}{94}{\code {--keep-going}}
  483. \entry {options}{95}{options}
  484. \entry {flags}{95}{flags}
  485. \entry {switches}{95}{switches}
  486. \entry {-b}{95}{\code {-b}}
  487. \entry {-m}{95}{\code {-m}}
  488. \entry {-C}{95}{\code {-C}}
  489. \entry {--directory}{95}{\code {--directory}}
  490. \entry {-d}{95}{\code {-d}}
  491. \entry {--debug}{95}{\code {--debug}}
  492. \entry {-e}{95}{\code {-e}}
  493. \entry {--environment-overrides}{96}{\code {--environment-overrides}}
  494. \entry {-f}{96}{\code {-f}}
  495. \entry {--file}{96}{\code {--file}}
  496. \entry {--makefile}{96}{\code {--makefile}}
  497. \entry {-h}{96}{\code {-h}}
  498. \entry {--help}{96}{\code {--help}}
  499. \entry {-i}{96}{\code {-i}}
  500. \entry {--ignore-errors}{96}{\code {--ignore-errors}}
  501. \entry {-I}{96}{\code {-I}}
  502. \entry {--include-dir}{96}{\code {--include-dir}}
  503. \entry {-j}{96}{\code {-j}}
  504. \entry {--jobs}{96}{\code {--jobs}}
  505. \entry {-k}{96}{\code {-k}}
  506. \entry {--keep-going}{96}{\code {--keep-going}}
  507. \entry {-l}{96}{\code {-l}}
  508. \entry {--load-average}{96}{\code {--load-average}}
  509. \entry {--max-load}{96}{\code {--max-load}}
  510. \entry {-n}{96}{\code {-n}}
  511. \entry {--just-print}{97}{\code {--just-print}}
  512. \entry {--dry-run}{97}{\code {--dry-run}}
  513. \entry {--recon}{97}{\code {--recon}}
  514. \entry {-o}{97}{\code {-o}}
  515. \entry {--old-file}{97}{\code {--old-file}}
  516. \entry {--assume-old}{97}{\code {--assume-old}}
  517. \entry {-p}{97}{\code {-p}}
  518. \entry {--print-data-base}{97}{\code {--print-data-base}}
  519. \entry {-q}{97}{\code {-q}}
  520. \entry {--question}{97}{\code {--question}}
  521. \entry {-r}{97}{\code {-r}}
  522. \entry {--no-builtin-rules}{97}{\code {--no-builtin-rules}}
  523. \entry {-s}{97}{\code {-s}}
  524. \entry {--silent}{97}{\code {--silent}}
  525. \entry {--quiet}{97}{\code {--quiet}}
  526. \entry {-S}{97}{\code {-S}}
  527. \entry {--no-keep-going}{97}{\code {--no-keep-going}}
  528. \entry {--stop}{97}{\code {--stop}}
  529. \entry {-t}{98}{\code {-t}}
  530. \entry {--touch}{98}{\code {--touch}}
  531. \entry {-v}{98}{\code {-v}}
  532. \entry {--version}{98}{\code {--version}}
  533. \entry {-w}{98}{\code {-w}}
  534. \entry {--print-directory}{98}{\code {--print-directory}}
  535. \entry {--no-print-directory}{98}{\code {--no-print-directory}}
  536. \entry {-W}{98}{\code {-W}}
  537. \entry {--what-if}{98}{\code {--what-if}}
  538. \entry {--new-file}{98}{\code {--new-file}}
  539. \entry {--assume-new}{98}{\code {--assume-new}}
  540. \entry {--warn-undefined-variables}{98}{\code {--warn-undefined-variables}}
  541. \entry {variables, warning for undefined}{98}{variables, warning for undefined}
  542. \entry {undefined variables, warning message}{98}{undefined variables, warning message}
  543. \entry {implicit rule}{99}{implicit rule}
  544. \entry {rule, implicit}{99}{rule, implicit}
  545. \entry {implicit rule, how to use}{99}{implicit rule, how to use}
  546. \entry {rule, implicit, how to use}{99}{rule, implicit, how to use}
  547. \entry {implicit rule, predefined}{101}{implicit rule, predefined}
  548. \entry {rule, implicit, predefined}{101}{rule, implicit, predefined}
  549. \entry {C, rule to compile}{101}{C, rule to compile}
  550. \entry {cc}{101}{\code {cc}}
  551. \entry {gcc}{101}{\code {gcc}}
  552. \entry {.o}{101}{\code {.o}}
  553. \entry {.c}{101}{\code {.c}}
  554. \entry {C{\tt\char43}{\tt\char43}, rule to compile}{101}{C{\tt\char43}{\tt\char43}, rule to compile}
  555. \entry {g{\tt\char43}{\tt\char43}}{101}{\code {g{\tt\char43}{\tt\char43}}}
  556. \entry {.C}{101}{\code {.C}}
  557. \entry {.cc}{101}{\code {.cc}}
  558. \entry {Pascal, rule to compile}{101}{Pascal, rule to compile}
  559. \entry {pc}{101}{\code {pc}}
  560. \entry {.p}{101}{\code {.p}}
  561. \entry {Fortran, rule to compile}{101}{Fortran, rule to compile}
  562. \entry {Ratfor, rule to compile}{101}{Ratfor, rule to compile}
  563. \entry {f77}{101}{\code {f77}}
  564. \entry {.f}{101}{\code {.f}}
  565. \entry {.r}{101}{\code {.r}}
  566. \entry {.F}{101}{\code {.F}}
  567. \entry {Modula-2, rule to compile}{102}{Modula-2, rule to compile}
  568. \entry {m2c}{102}{\code {m2c}}
  569. \entry {.sym}{102}{\code {.sym}}
  570. \entry {.def}{102}{\code {.def}}
  571. \entry {.mod}{102}{\code {.mod}}
  572. \entry {assembly, rule to compile}{102}{assembly, rule to compile}
  573. \entry {as}{102}{\code {as}}
  574. \entry {.s}{102}{\code {.s}}
  575. \entry {.S}{102}{\code {.S}}
  576. \entry {linking, predefined rule for}{102}{linking, predefined rule for}
  577. \entry {ld}{102}{\code {ld}}
  578. \entry {.o}{102}{\code {.o}}
  579. \entry {yacc}{103}{\code {yacc}}
  580. \entry {Yacc, rule to run}{103}{Yacc, rule to run}
  581. \entry {.y}{103}{\code {.y}}
  582. \entry {lex}{103}{\code {lex}}
  583. \entry {Lex, rule to run}{103}{Lex, rule to run}
  584. \entry {.l}{103}{\code {.l}}
  585. \entry {lint}{103}{\code {lint}}
  586. \entry {lint, rule to run}{103}{\code {lint}, rule to run}
  587. \entry {.ln}{103}{\code {.ln}}
  588. \entry {TeX{}, rule to run}{103}{\TeX{}, rule to run}
  589. \entry {Web, rule to run}{103}{Web, rule to run}
  590. \entry {tex}{103}{\code {tex}}
  591. \entry {cweave}{103}{\code {cweave}}
  592. \entry {weave}{103}{\code {weave}}
  593. \entry {tangle}{103}{\code {tangle}}
  594. \entry {ctangle}{103}{\code {ctangle}}
  595. \entry {.dvi}{103}{\code {.dvi}}
  596. \entry {.tex}{103}{\code {.tex}}
  597. \entry {.web}{103}{\code {.web}}
  598. \entry {.w}{103}{\code {.w}}
  599. \entry {.ch}{103}{\code {.ch}}
  600. \entry {Texinfo, rule to format}{103}{Texinfo, rule to format}
  601. \entry {Info, rule to format}{103}{Info, rule to format}
  602. \entry {texi2dvi}{103}{\code {texi2dvi}}
  603. \entry {makeinfo}{103}{\code {makeinfo}}
  604. \entry {.texinfo}{103}{\code {.texinfo}}
  605. \entry {.info}{103}{\code {.info}}
  606. \entry {.texi}{103}{\code {.texi}}
  607. \entry {.txinfo}{103}{\code {.txinfo}}
  608. \entry {RCS, rule to extract from}{103}{RCS, rule to extract from}
  609. \entry {co}{103}{\code {co}}
  610. \entry {,v (RCS file extension)}{103}{\code {,v \r {(RCS file extension)}}}
  611. \entry {SCCS, rule to extract from}{103}{SCCS, rule to extract from}
  612. \entry {get}{103}{\code {get}}
  613. \entry {s. (SCCS file prefix)}{103}{\code {s. \r {(SCCS file prefix)}}}
  614. \entry {.sh}{104}{\code {.sh}}
  615. \entry {flags for compilers}{104}{flags for compilers}
  616. \entry {ar}{105}{\code {ar}}
  617. \entry {as}{105}{\code {as}}
  618. \entry {cc}{105}{\code {cc}}
  619. \entry {g{\tt\char43}{\tt\char43}}{105}{\code {g{\tt\char43}{\tt\char43}}}
  620. \entry {co}{105}{\code {co}}
  621. \entry {f77}{105}{\code {f77}}
  622. \entry {get}{105}{\code {get}}
  623. \entry {lex}{105}{\code {lex}}
  624. \entry {pc}{105}{\code {pc}}
  625. \entry {yacc}{105}{\code {yacc}}
  626. \entry {makeinfo}{105}{\code {makeinfo}}
  627. \entry {tex}{105}{\code {tex}}
  628. \entry {texi2dvi}{105}{\code {texi2dvi}}
  629. \entry {weave}{105}{\code {weave}}
  630. \entry {cweave}{105}{\code {cweave}}
  631. \entry {tangle}{105}{\code {tangle}}
  632. \entry {ctangle}{105}{\code {ctangle}}
  633. \entry {rm}{105}{\code {rm}}
  634. \entry {chains of rules}{106}{chains of rules}
  635. \entry {rule, implicit, chains of}{106}{rule, implicit, chains of}
  636. \entry {intermediate files}{106}{intermediate files}
  637. \entry {files, intermediate}{106}{files, intermediate}
  638. \entry {intermediate files, preserving}{107}{intermediate files, preserving}
  639. \entry {preserving intermediate files}{107}{preserving intermediate files}
  640. \entry {preserving with .PRECIOUS}{107}{preserving with \code {.PRECIOUS}}
  641. \entry {.PRECIOUS intermediate files}{107}{\code {.PRECIOUS} intermediate files}
  642. \entry {pattern rule}{108}{pattern rule}
  643. \entry {rule, pattern}{108}{rule, pattern}
  644. \entry {target pattern, implicit}{108}{target pattern, implicit}
  645. \entry {%, in pattern rules}{108}{\code {%}, in pattern rules}
  646. \entry {dependency pattern, implicit}{108}{dependency pattern, implicit}
  647. \entry {multiple targets, in pattern rule}{108}{multiple targets, in pattern rule}
  648. \entry {target, multiple in pattern rule}{108}{target, multiple in pattern rule}
  649. \entry {pattern rules, order of}{109}{pattern rules, order of}
  650. \entry {order of pattern rules}{109}{order of pattern rules}
  651. \entry {automatic variables}{110}{automatic variables}
  652. \entry {variables, automatic}{110}{variables, automatic}
  653. \entry {variables, and implicit rule}{110}{variables, and implicit rule}
  654. \entry {dependencies, list of changed}{110}{dependencies, list of changed}
  655. \entry {list of changed dependencies}{110}{list of changed dependencies}
  656. \entry {dependencies, list of all}{110}{dependencies, list of all}
  657. \entry {list of all dependencies}{110}{list of all dependencies}
  658. \entry {stem, variable for}{110}{stem, variable for}
  659. \entry {stem}{112}{stem}
  660. \entry {match-anything rule}{112}{match-anything rule}
  661. \entry {terminal rule}{112}{terminal rule}
  662. \entry {last-resort default rules}{114}{last-resort default rules}
  663. \entry {default rules, last-resort}{114}{default rules, last-resort}
  664. \entry {old-fashioned suffix rules}{115}{old-fashioned suffix rules}
  665. \entry {suffix rule}{115}{suffix rule}
  666. \entry {implicit rule, search algorithm}{117}{implicit rule, search algorithm}
  667. \entry {search algorithm, implicit rule}{117}{search algorithm, implicit rule}
  668. \entry {archive}{119}{archive}
  669. \entry {archive member targets}{119}{archive member targets}
  670. \entry {wildcard, in archive member}{119}{wildcard, in archive member}
  671. \entry {{\_}{\_}.SYMDEF}{121}{\code {{\_}{\_}.SYMDEF}}
  672. \entry {updating archive symbol directories}{121}{updating archive symbol directories}
  673. \entry {archive symbol directory updating}{121}{archive symbol directory updating}
  674. \entry {symbol directories, updating archive}{121}{symbol directories, updating archive}
  675. \entry {directories, updating archive symbol}{121}{directories, updating archive symbol}
  676. \entry {suffix rule, for archive}{121}{suffix rule, for archive}
  677. \entry {archive, suffix rule for}{121}{archive, suffix rule for}
  678. \entry {library archive, suffix rule for}{121}{library archive, suffix rule for}
  679. \entry {.a (archives)}{121}{\code {.a} (archives)}
  680. \entry {features of GNU make}{123}{features of GNU \code {make}}
  681. \entry {portability}{123}{portability}
  682. \entry {compatibility}{123}{compatibility}
  683. \entry {incompatibilities}{127}{incompatibilities}
  684. \entry {missing features}{127}{missing features}
  685. \entry {features, missing}{127}{features, missing}
  686. \entry {makefile, conventions for}{129}{makefile, conventions for}
  687. \entry {conventions for makefiles}{129}{conventions for makefiles}
  688. \entry {standards for makefiles}{129}{standards for makefiles}
  689.